home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Multimedia
/
Resource Library: Multimedia.iso
/
hypertxt
/
msdos
/
hydos10
/
echo
< prev
next >
Wrap
Text File
|
1991-04-11
|
666b
|
21 lines
ECHO
Control echoing of batch commands to the screen
Enables or disables the screen display of DOS commands during the
execution of batch files.
COMMAND TYPE: Internal (batch) VERSION: 2.0 and up
USE: ECHO [ON] [OFF] [message]
or @ECHO OFF
ON turns ECHO on
OFF turns ECHO off.
message is a text message that will be displayed on the screen.
After turning ECHO off, any batch file commands encountered by DOS
will not be echoed to the screen.
(DOS 3.3, 4.x) When the @ symbol is used before a REMark or before an
ECHO ON or ECHO OFF command, that command will not be displayed.